home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_356 / algorhythms / source / drawform.h < prev    next >
Text File  |  1992-05-06  |  306b  |  8 lines

  1. /* Drawform.h for AlgoRhythms.c by Thomas E. Janzen */
  2. void DrawForm(const double Duration, 
  3.     const struct Parameter *PitchForm, 
  4.     const struct Parameter *RhythmForm, 
  5.     const struct Parameter *DynamicsForm,
  6.     const struct Parameter *TextureForm);
  7. void DrawTime(const double CurTime, const double Duration);
  8.